UInt16NINumericUInt16NLogicalOr Method
Computes the bitwise logical OR of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UInt16N INumeric<UInt16N>.LogicalOr(
UInt16N value
)
Private Function LogicalOr (
value As UInt16N
) As UInt16N Implements INumeric(Of UInt16N).LogicalOr
private:
virtual UInt16N LogicalOr(
UInt16N value
) sealed = INumeric<UInt16N>::LogicalOr
private abstract LogicalOr :
value : UInt16N -> UInt16N
private override LogicalOr :
value : UInt16N -> UInt16N
- value UInt16N
- The value with which to compute the logical bitwise OR.
UInt16NThe bitwise logical OR of the current value and
value.
INumericTSelfLogicalOr(TSelf)